home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1995 December
/
Computer Life December 1995.iso
/
astound
/
ast30day.3
/
ASTOUND
/
MCITMPL
/
CDAUDIO.AMT
next >
Wrap
INI File
|
1995-03-15
|
1KB
|
98 lines
[MCITemplates]
PlayNormal=Play
PlayTrack=Play A Track
PlayTrans=Play During Transition
PlayTrackTrans=Play A Track During Transition
PlayEject=Play A Track And Eject CD
[Script PlayNormal Start]
[Beginning]
open {DEVICE} alias {ALIAS}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTrack Start]
[Beginning]
open {DEVICE} alias {ALIAS}
set {ALIAS} time format tmsf
seek {ALIAS} to {TRACK}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTrans Start]
[Beginning]
open {DEVICE} alias {ALIAS}
play {ALIAS}
[Entry]
pause {ALIAS}
[Exit]
play {ALIAS}
[Ending]
stop {ALIAS}
close {ALIAS}
[Script End]
[Script PlayTrackTrans Start]
[Beginning]
open {DEVICE} alias {ALIAS}
set {ALIAS} time format tmsf
play {ALIAS} from {TRACK}
[Entry]
pause {ALIAS}
[Exit]
play {ALIAS}
[Ending]
stop {ALIAS}
close {ALIAS}
[Script End]
[Script PlayEject Start]
[Beginning]
open {DEVICE} alias {ALIAS}
set {ALIAS} time format tmsf
seek {ALIAS} to {TRACK}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
set {ALIAS} door open
close {ALIAS}
[Script End]